Extension::PRegreplace Method

Syntax

.replace as Extension::PRegResults (pattern as A, replacement as A, subject as A [, limit as N])

Arguments

pattern

Any type

replacement

Any type

subject

Any type

limit

Numeric

Description

Searches subject for matches to pattern and replaces them with replacement.